Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/61 - Greeting Card/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/61 - Greeting Card/index.html
430 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

script.js /cody/swapnilsparsh/30DaysOfJavaScript/61 - Greeting Card/script.js
224 Views
0 Comments
let curHr = new Date().getHours();
const dayFormat = new Intl.DateTimeFormat('en', { weekday: 'long' });
const dateFormat = new
style.css /cody/swapnilsparsh/30DaysOfJavaScript/61 - Greeting Card/style.css
143 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Prata&family=Vollkorn:ital,wght@1,500&display=swap');

* {